﻿/*-------- Top level --------*/

.imeFormsNav{
    width: 572px;
    background: #ffffff;
    }

.imeFormsNav #navigationTabs{
    position: relative;
    }

.imeFormsNav #topNav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    }

.imeFormsNav #topNav ul li{
    float: left;
    display: inline-block;
    max-width: 98px;
    min-width: 80px;
    height: 49px;
    border: 1px solid #BCD4C3;
    border-bottom: none;
    margin-right: 2px;
    }

.imeFormsNav #topNav ul li.active{
    background: #BCD4C3;
    font-weight: bold;
    }

.imeFormsNav #topNav ul li.lastTab{
    margin-right: 0;
    width: 60px;
    }

.imeFormsNav #topNav ul li a{
    text-decoration: none;
    border-bottom: none;
    font-size: 8pt;
    display: inline-block;
    height: 100%;
    width:100%;
    }

.imeFormsNav span.tabNum{
    display: block;
    width: 12px;
    height: 56px;
    float: left;
    text-align: center;
    font-size: 7pt;
    font-weight:900;
    }

/*-------- Progress arrow --------*/

.imeFormsNav #progressArrow{
    position: absolute;
    z-index: 4;
    height: 9px;
    background: url('Images/form-progress-arrow-line.png') 0 0 repeat-x;
    top: -4px;
    }

.imeFormsNav #progressArrow .arrow{
    display: block;
    height: 9px;
    width: 6px;
    background: url('Images/form-progress-arrow.png') 0 0 no-repeat;
    float: right;
    clear: right;
    }

.imeFormsNav .arrowSpacer{
    height: 5px;
    background: #ECEAE9;
    border: 1px solid #ECEAE9;
    }

/*-------- Sub levels --------*/

.imeFormsNav .subNav{
    background: #BCD4C3;
    max-height: 70px;
        width: 572px;
    }

.imeFormsNav .subNav ul{
    margin: 0;
    padding: 0;

    }


.imeFormsNav .subNav ul li{
    height: 46px;
    float: left;
    min-width: 90px;
    max-width: 90px;
    height: inherit;
    display: inline-block;
    padding: 4px 0 4px 4px;
    }


.imeFormsNav .subNav ul li a{
    display: inline-block;
    font-size: 7pt;
    border-right: 1px solid #772432;
    height: 56px;
    width: 98%;
    border-bottom: none;
    }

.imeFormsNav .subNav ul li.last a{
    border-right: none;
    }

.imeFormsNav .subNav ul li.narrow{
    width: 74px;
    }

.imeFormsNav .subNav ul li.responsibilities{
    width: 84px;
    }

.imeFormsNav .subNav ul li.active{
    font-weight: bold;
    }

.imeFormsNav #tabB.active{
    line-height: 110%;
    }

   .imeFormsNav .subNav span.tabNum{
    display: block;
    width: 12px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 7pt;
    font-weight:900;

    }

/*-------- Footer --------*/

.imeFormFooter {
    height: 48px;
    background: #BCD4C3;
    position: relative;
}

.imeFormFooter .saveButtons {
    float: right;
    margin-top: 4px;
    margin-right: 15px;
}

.imeFormFooter .backLink {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 40px;
}

.imeFormFooter .back {
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(Images/back-arrow.png) no-repeat 0 0;
    margin-right: 4px;
}

.imeFormFooter .linkButton {
    position: relative;
    z-index: 1;
    background: url(Images/buttonBackground.png) repeat-x 0 0;
    color: #FFFFFF !important;
    line-height: 26px;
    font-weight: bold;
    font-size: 0.92em;
    font-family: "Open Sans", Verdana;
    border-bottom: none !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    margin: 8px 15px 0 5px;
}

.imeFormFooter .linkButton:before,.imeFormFooter .linkButton:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imeFormFooter .linkButton:before {
    content: url(Images/buttonBeforeNoArrowNarrowTrans.png);
    text-align: left;
    left: -3px;
}

.imeFormFooter .linkButton:after {
    content: url(Images/buttonAfter.png);
    text-align: right;
    right: -3px;
}

.imeFormFooter .linkButton.next:after {
    content: url(Images/buttonAfterNext.png);
    right: -10px;
}

.imeFormFooter .section1ChkLnk, .imeFormFooter .section2ChkLnk{
    display: inline-block;
    width: 120px;
    position: absolute;
    top: 15px;
    left: 100px;
    }

.imeFormFooter #autoSaveTimer {
    position: absolute;
    top: 6px;
    left: 220px;
    text-align: center;
    }

 #emptySubNav
{
    height:60px;
}